.content {
    padding: 10px;
    margin-top: 0;
}

.content h3 {
    text-align: center;
}

.thumbholder {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    border: 1px solid #e01481;
    padding: 25px;
}

.thumbholder img {
    height: 175px;
    border: 2px solid #fff;
}

.inner h2 {
    margin: 0 10px;
    background-color: #e01481;
    width: fit-content;
    padding: 5px;
    border: 2px solid black;
    border-bottom: none;
}

.inner h2::first-letter {
    color: #fff;
}
